Papers with federated learning framework
Efficient-FedRec: Efficient Federated Learning Framework for Privacy-Preserving News Recommendation (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing news recommendation methods rely on centralized storage of user click behavior data, which may lead to privacy concerns and hazards. |
| Approach: | They propose a federated learning framework for privacy-preserving news recommendation . they propose aggregation of news representations and user model by a client . |
| Outcome: | The proposed framework reduces computation and communication cost on clients while keeping promising model performance. |
Safely Learning with Private Data: A Federated Learning Framework for Large Language Model (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing large language models (LLMs) use large amounts of public data and massive parameters, but private data is often stored in isolated data silos. |
| Approach: | They propose a Federated Learning framework for large language models which offloads most training parameters to the server while training embedding and output layers locally. |
| Outcome: | The proposed framework achieves comparable metrics to centralized chatGLM model on NLU and generation tasks. |
Federated Learning for Spoken Language Understanding (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods to improve robustness of models focus on a single dataset . but, there are few studies on how to combine merits of different datasets . |
| Approach: | They propose a federated learning framework that could unify datasets and tasks . they propose MV-Encoder as backbone of the framework to provide multi-granularity text representations . |
| Outcome: | The proposed framework improves on two SLU benchmark datasets and federated learning settings. |
FEDKIM: Adaptive Federated Knowledge Injection into Medical Foundation Models (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing foundation models are limited in access to diverse modalities and privacy regulations restrict the development of comprehensive foundation models. |
| Approach: | They propose a knowledge injection approach to extract and inject healthcare knowledge into medical foundation models to enhance their ability to handle multiple tasks and modalities. |
| Outcome: | The proposed method preserves privacy and enhances the model’s ability to handle complex medical tasks involving multiple modalities. |
A Secure and Efficient Federated Learning Framework for NLP (2021.emnlp-main)
Copied to clipboard
Chenghong Wang, Jieren Deng, Xianrui Meng, Yijue Wang, Ji Li, Sheng Lin, Shuo Han, Fei Miao, Sanguthevar Rajasekaran, Caiwen Ding
| Challenge: | Existing FL frameworks require a trusted aggregator or require heavy-weight cryptographic primitives, which makes the performance significantly degraded. |
| Approach: | They propose a framework that is federated and efficient for NLP . they propose to eliminate the need for trusted entities and achieve better model accuracy . |
| Outcome: | The proposed framework achieves better model accuracy and model accuracy than existing FL frameworks. |